Look at just one species and timepoint: ABCO and fall
In fall and spring:
See if sig. difference in TLP:
For fall PV curves, the mean TLP = -2.15, sd = 0.21
Subset data based on TLP:
This is the model that dredge() likes the best:
VIFs: #### 3. For points above the TLP, there should be a linear relationship between Mpa and lfm
We have some linear models that should be able to predict Mpa from LFM. Now, to test it out…
This is the model that dredge() likes the best:
VIFs:
Read in flam curve data
Use predict() to see if we can use PV curve models to get values collected during flammability curve testing.
We’re just interested in ABCO, so just look there:
Since we don’t have Po for the flam. curve data, we’ll have to do the best we can and only use swc
####2.2.3. Simple model - above:
This data is from measurements of predawn and midday Mpa, and midday measured LFM. SWC is equivalent to the wettest lfm measured for each invidual divided by 100 to get grams water/grams dry.
predict() to see if we can use PV curve models to get values collected in the field (predict midday Mpa from LFM):We’re just interested in ABCO, so just look there:
Since we don’t have Po for the field data, so we’ll have to do the best we can.